# Update 'Roundingchecklistrowfile'

Endpoint: PATCH /errands/inspectionrounds/rounds/configurations/roundingchecklistrowfile/{pk}/
Version: 2.0.0
Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret

## Path parameters:

  - `pk` (string, required)

## Request fields (application/json):

  - `file_obj` (object, required)

  - `file_obj.name` (string)
    wanted filename of the file

  - `file_obj.md5_hash` (string)
    base64 encoded md5hash of the file

  - `file_obj.get` (string)

  - `file_obj.post` (object)

  - `file_obj.post.url` (string)

  - `organization` (object)

  - `organization.id` (string)

  - `custom_id` (string)

  - `rounding_check_list_row` (object, required)

  - `rounding_check_list_row.id` (string)

## Response 200 fields (application/json):

  - `file_obj` (object, required)

  - `file_obj.name` (string)
    wanted filename of the file

  - `file_obj.md5_hash` (string)
    base64 encoded md5hash of the file

  - `file_obj.get` (string)

  - `file_obj.post` (object)

  - `file_obj.post.url` (string)

  - `organization` (object)

  - `organization.id` (string)

  - `custom_id` (string)

  - `created_at` (string)

  - `rounding_check_list_row` (object, required)

  - `rounding_check_list_row.id` (string)

  - `id` (string, required)
    **Additional Validation Information:**
Must be unique

